WordPress

推荐列表 站点导航

当前位置:首页 > 建站教程 > WordPress >

提升网站访问速度方法智能压缩WordPress代码

来源:网络整理  作者:  发布时间:2020-12-16 16:16
很多用户咨询html代码压缩和php代码压缩的功能方法,需要对查看源代码时需要对应的属性id比较麻烦但是减少空行和...

return $buffer_out;

add_action('get_header', 'wp_compress_html');

$buffer=explode("<!--wp-compress-html-->", $buffer);

2

$buffer[$i]=(str_replace("<!--wp-compress-html no compression-->", " ", $buffer[$i]));

1

{

提升网站访问速度方法智能压缩WordPress代码 (https://www.wpmee.com/) WordPress使用教程 第1张

//$final=strlen($buffer_out);

$buffer[$i]=(str_replace(" ", " ", $buffer[$i]));

$initial=strlen($buffer);

{

$buffer[$i]=(str_replace("\r", "", $buffer[$i]));

<!--wp-compress-html no compression--><!--wp-compress-html-->

//$buffer_out.="\n<!--压缩前的大小: $initial bytes; 压缩后的大小: $final bytes; 节约:$savings% -->";

<!--wp-compress-html--><!--wp-compress-html no compression-->

$count=count ($buffer);

只需要把下面的代码复制到主题文件的主函数文件functions.php内

}

执行代码后,保藏,然后跳至首页,查看源代码是否添加成功。代码的压缩会产生很多的副作用比如说函数实效或是样式错乱等等,那我们就要针对特别的位置对代码进行不压缩的注释的调整。方法如下

//压缩html代码

while (stristr($buffer[$i], ' '))

$buffer_out.=$buffer[$i];

{

//$savings=($initial-$final)/$initial*100;

{

$buffer[$i]=(str_replace("\n\n", "\n", $buffer[$i]));

{

$buffer[$i]=(str_replace("\n", "", $buffer[$i]));

{

}

}

很多用户咨询html代码压缩和php代码压缩的功能方法,需要对查看源代码时需要对应的属性id比较麻烦但是减少空行和间距的位置对访问速度还有蜘蛛爬行上都是有不可争辩的优势的。今天就分享提升网站访问速度方法智能压缩WordPress代码。

function wp_compress_html_main ($buffer)

}

<!--wp-compress-html--><!--wp-compress-html no compression-->

if (stristr($buffer[$i], '<!--wp-compress-html no compression-->'))

function wp_compress_html()

//$savings=round($savings, 2);

}

3

不被代码压缩的部分

<!--wp-compress-html no compression--><!--wp-compress-html-->

else

ob_start("wp_compress_html_main");

$buffer[$i]=(str_replace("\t", " ", $buffer[$i]));

这段代码注释出来的部分即表示此段加入后,不会被压缩。

for ($i = 0; $i <= $count; $i++)

}

不被代码压缩的部分

相关热词: 方法

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://v30.fanwenzhu.com/jz/wp/4471.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

提升网站访问速度方法智能压缩WordPress代码

2020-12-16 编辑:

return $buffer_out;

add_action('get_header', 'wp_compress_html');

$buffer=explode("<!--wp-compress-html-->", $buffer);

2

$buffer[$i]=(str_replace("<!--wp-compress-html no compression-->", " ", $buffer[$i]));

1

{

提升网站访问速度方法智能压缩WordPress代码 (https://www.wpmee.com/) WordPress使用教程 第1张

//$final=strlen($buffer_out);

$buffer[$i]=(str_replace(" ", " ", $buffer[$i]));

$initial=strlen($buffer);

{

$buffer[$i]=(str_replace("\r", "", $buffer[$i]));

<!--wp-compress-html no compression--><!--wp-compress-html-->

//$buffer_out.="\n<!--压缩前的大小: $initial bytes; 压缩后的大小: $final bytes; 节约:$savings% -->";

<!--wp-compress-html--><!--wp-compress-html no compression-->

$count=count ($buffer);

只需要把下面的代码复制到主题文件的主函数文件functions.php内

}

执行代码后,保藏,然后跳至首页,查看源代码是否添加成功。代码的压缩会产生很多的副作用比如说函数实效或是样式错乱等等,那我们就要针对特别的位置对代码进行不压缩的注释的调整。方法如下

//压缩html代码

while (stristr($buffer[$i], ' '))

$buffer_out.=$buffer[$i];

{

//$savings=($initial-$final)/$initial*100;

{

$buffer[$i]=(str_replace("\n\n", "\n", $buffer[$i]));

{

$buffer[$i]=(str_replace("\n", "", $buffer[$i]));

{

}

}

很多用户咨询html代码压缩和php代码压缩的功能方法,需要对查看源代码时需要对应的属性id比较麻烦但是减少空行和间距的位置对访问速度还有蜘蛛爬行上都是有不可争辩的优势的。今天就分享提升网站访问速度方法智能压缩WordPress代码。

function wp_compress_html_main ($buffer)

}

<!--wp-compress-html--><!--wp-compress-html no compression-->

if (stristr($buffer[$i], '<!--wp-compress-html no compression-->'))

function wp_compress_html()

//$savings=round($savings, 2);

}

3

不被代码压缩的部分

<!--wp-compress-html no compression--><!--wp-compress-html-->

else

ob_start("wp_compress_html_main");

$buffer[$i]=(str_replace("\t", " ", $buffer[$i]));

这段代码注释出来的部分即表示此段加入后,不会被压缩。

for ($i = 0; $i <= $count; $i++)

}

不被代码压缩的部分

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://v30.fanwenzhu.com/jz/wp/4471.shtml

相关文章

风云图片

推荐阅读

返回WordPress频道首页